home *** CD-ROM | disk | FTP | other *** search
- @DefineProject
- @Name = "THE AIRCRAFT ENCYCLOPEDIA"
- @Version = "V1.0"
- @Subdir = "PLANES"
- @OutDrive = C
- @Group = "A"
- @Requires 500000 /* requires .3 megabytes */
- @Requires @Harddisk
- @EndProject
- @Display
- @Cls
-
- This program will install @Name Version @Version
- on your computer system.
-
- You may press the [Esc] key at any time to abort the
- installation. INSTALL will ask you several questions about your
- computer hardware.
-
- Each question has a default answer. If the default answer is
- correct, press the ENTER key in response to the question.
- Otherwise, type the answer and then press the ENTER key.
-
- If you make a mistake while typing, press the BACKSPACE key
- and then retype the answer.
-
- @Pause
- @EndDisplay
-
- @GetOutDrive
- @Cls
- On which disc drive do you wish to install
- @Name?
-
- @EndOutDrive
-
- @GetSubdir
- @Cls
- Now you need to specify the disc destination subdirectory.
- The subdirectory is the location on your disc where
- @Name system will be installed.
-
- If you don't know what a "subdirectory" is, you probably need not
- worry about it and should just press Enter at the next prompt.
-
- @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
- @EndSubdir
-
- @Finish
- Creating PLANES.BAT file...
- @ChDrive @OutDrive
- @MkDir("@OutDrive:\\@SubDir")
- @System "echo @@ECHO OFF > @OutDrive:\\@SubDir\\PLANES.BAT"
- @System "echo SET MB_TMP=@OutDrive:\\@SubDir >> @OutDrive:\\@SubDir\\PLANES.BAT"
- @System "echo SET MB_ROM=@InDrive:\\DICKS >> @OutDrive:\\@SubDir\\PLANES.BAT"
- @System "echo MBRT.EXE >> @OutDrive:\\@SubDir\\PLANES.BAT"
- @System "echo SET MB_TMP >> @OutDrive:\\@SubDir\\PLANES.BAT"
- @System "echo SET MB_ROM >> @OutDrive:\\@SubDir\\PLANES.BAT"
-
- Transferring files...
- @Copy ("@InDrive:\\DICKS\\DICKS.OTL", "@OutDrive:\\@SubDir\\DICKS.OTL")
- @Copy ("@InDrive:\\DICKS\\MBRT.EXE", "@OutDrive:\\@SubDir\\MBRT.EXE")
- @Copy ("@InDrive:\\DICKS\\STOPWRDS.LST", "@OutDrive:\\@SubDir\\STOPWRDS.LST")
- @Copy ("@InDrive:\\DICKS\\DRVLIB.CSI", "@OutDrive:\\@SubDir\\DRVLIB.CSI")
-
- @MkDir("@OutDrive:\\@SubDir\\00003830")
- @Copy ("@InDrive:\\DICKS\\00003830\\CURMARKS.IDX", "@OutDrive:\\@SubDir\\00003830\\CURMARKS.IDX")
-
-
- @ChDrive @OutDrive
- @Chdir "@SubDir"
- @Cls
-
- Installation of @name is complete.
-
- To run @name, simply enter "PLANES" at the DOS prompt,
- from the @SubDir directory of drive @Outdrive.
-
- @Pause
-
- @EndFinish
-